home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / Education / Extended Calculator II / Calculator programs / Random Drawer < prev    next >
Text File  |  1994-01-10  |  105b  |  5 lines

  1. while(1);
  2.     PPat(random(1,5));
  3.     line(random(1,600),random(1,300),random(1,600),random(1,300));
  4. end;
  5.